home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "id": "Text (50) NOT NULL",
- "phonetype": "Text (50) NOT NULL",
- "phonenumber": "Text (50) NOT NULL"
- },
- "data": [
- {
- "id": "A1234",
- "phonetype": "main",
- "phonenumber": "(714) 555-1000"
- },
- {
- "id": "A1234",
- "phonetype": "fax",
- "phonenumber": "(714) 555-1001"
- },
- {
- "id": "A2345",
- "phonetype": "main",
- "phonenumber": "(714) 555-2000"
- },
- {
- "id": "A2345",
- "phonetype": "mobile",
- "phonenumber": "(949) 555-2200"
- },
- {
- "id": "A2345",
- "phonetype": "home",
- "phonenumber": "(949) 555-2220"
- }
- ]
- }